home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
steppenw.swf
/
scripts
/
DefineSprite_1116
/
frame_3
/
DoAction.as
Wrap
Text File
|
2008-11-12
|
886b
|
32 lines
if(0 < eval("/Variables:ScrollMail"))
{
if(getProperty("../Attachement", _Y) < getProperty("../AttHaut", _Y) - eval("/Variables:ScrollMail"))
{
setProperty("../Attachement", _Y, getProperty("../Attachement", _Y) + eval("/Variables:ScrollMail"));
}
else
{
setProperty("../Attachement", _Y, getProperty("../AttHaut", _Y));
tellTarget("../../RoueScroll")
{
gotoAndStop(1);
}
}
}
if(eval("/Variables:ScrollMail") < 0)
{
if(getProperty("../AttBas", _Y) + eval("/Variables:ScrollMail") < getProperty("../Attachement", _Y) + getProperty("../Attachement", _height))
{
setProperty("../Attachement", _Y, getProperty("../Attachement", _Y) + eval("/Variables:ScrollMail"));
}
else
{
tellTarget("../../RoueScroll")
{
gotoAndStop(1);
}
}
}
prevFrame();
play();